Overload | Description |
---|---|
DAVtq<TValue> Constructor(TValue,DateTime,DAQuality) | Initializes a new instance of the class, with the specified data value, timestamp and quality. |
DAVtq<TValue> Constructor(TValue,DateTime) | Initializes a new instance of the class, with the specified data value and timestamp. |
DAVtq<TValue> Constructor(TValue,DAQuality) | Initializes a new instance of the class, with the specified data value and quality. |
DAVtq<TValue> Constructor(TValue) | Initializes a new instance of the class, with the specified data value. |
DAVtq<TValue> Constructor(DAVtq<TValue>) | Initializes a new copy of the DAVtq<TValue> object. |
DAVtq<TValue> Constructor() | Initializes a new instance of the class with default data. |